home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TBYPASSFORM
/
TBYPASSFORM.txt
Wrap
Text File
|
2010-10-15
|
2KB
|
115 lines
object BypassForm: TBypassForm
Left = 214
Top = 175
BorderStyle = bsToolWindow
Caption = 'Bypass'
ClientHeight = 328
ClientWidth = 581
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CancelButton: TTntButton
Left = 504
Top = 302
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 6
end
object OKButton: TTntButton
Left = 425
Top = 302
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 5
end
object AddButton: TTntButton
Left = 3
Top = 302
Width = 72
Height = 23
Caption = 'Add...'
TabOrder = 1
end
object EditButton: TTntButton
Left = 78
Top = 302
Width = 72
Height = 23
Caption = 'Edit...'
Enabled = False
TabOrder = 2
end
object DeleteButton: TTntButton
Left = 153
Top = 302
Width = 72
Height = 23
Caption = 'Delete'
Enabled = False
TabOrder = 3
end
object List: TExtListViewManagement
Tag = 1
Left = 0
Top = 0
Width = 581
Height = 297
RowSelect = True
AutoColumnSort = acsSortToggle
AutoSortStyle = assDefault
NoColumnResize = False
ShowSortArrows = True
Align = alTop
Columns = <
item
Caption = 'Type'
Width = 80
end
item
Caption = 'Item'
Width = 200
end
item
Caption = 'Comment'
Width = 240
end>
ReadOnly = True
HideSelection = False
MultiSelect = True
PopupMenu = ConfigForm.ListViewPopup
TabOrder = 0
ViewStyle = vsReport
ButtonAdd = AddButton
ButtonEdit = EditButton
ButtonDelete = DeleteButton
OnItemDisplay = ListItemDisplay
OnItemAdd = ListItemAdd
OnItemEdit = ListItemEdit
OnItemDelete = ListItemDelete
end
object TextFileButton: TTntButton
Left = 228
Top = 302
Width = 72
Height = 23
Caption = 'Text File...'
TabOrder = 4
OnClick = TextFileButtonClick
end
end